Connect Four

Version
  1.0

Release Date
  December 18, 2011

Developers
  Kevin Scroggins (nitro404@gmail.com)
  Corey Faibish (corey.faibish@gmail.com)

Description
  Our final project for distributed computing was a multiplayer version of Connect Four for
  Android. RabbitMQ is used for sending messages to / from the matchaking server and the
  application, and remote method invocation (RMI) is used as an interchangeable interface between
  the database and matchmaking servers. The matchmaking server lets players find and connect to
  each other, and the database server handles user accounts, authentication, stat tracking and game
  histories. The code in its current state is nonfunctional as the intermediary RabbitMQ
  communication server has since been taken offline.

  All source code, binary files and documentation are included.

Changelog
  Version 1.0
    + Final submission.
